bitkeeper revision 1.1108.1.8 (40ffc44fV2fs0W-8bRw5B0XcBdmAsw)
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Thu, 22 Jul 2004 13:42:39 +0000 (13:42 +0000)
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Thu, 22 Jul 2004 13:42:39 +0000 (13:42 +0000)
commit5b14d2aca33a77ccce649c81fdf256545da5e88d
treefd51d9f9606b0e0d9aa9753d30be2915279f37dc
parent6d88c800d33cd0b0cb1957e08900705584829931
bitkeeper revision 1.1108.1.8 (40ffc44fV2fs0W-8bRw5B0XcBdmAsw)

Add python 2.3 logging to the tree. Only install
if not present. Convert xend to use logging.
63 files changed:
.rootkeys
tools/python/logging/logging-0.4.9.2/PKG-INFO [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/README.txt [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/default.css [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/liblogging.tex [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/logging/__init__.py [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/logging/config.py [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/logging/handlers.py [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/python_logging.html [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/setup.py [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/test/app.py [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/test/critical.ini [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/test/debug.ini [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/test/error.ini [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/test/events.xml [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/test/log_test.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test0.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test1.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test10.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test11.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test12.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test13.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test14.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test15.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test16.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test17.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test18.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test19.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test2.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test20.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test21.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test22.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test3.ini [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/test/log_test3.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test4.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test5.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test6.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test7.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test8.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/log_test9.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/logconf.ini [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/test/logconf.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/logging.dtd [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/test/logging.xml [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/test/logrecv.ini [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/test/logrecv.py [new file with mode: 0755]
tools/python/logging/logging-0.4.9.2/test/myapp.py [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/test/mymodule.py [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/test/stderr.exp [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/test/stdout.exp [new file with mode: 0644]
tools/python/logging/logging-0.4.9.2/test/warn.ini [new file with mode: 0644]
tools/python/logging/setup.py [new file with mode: 0644]
tools/python/setup.py
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/XendLogging.py [new file with mode: 0644]
tools/python/xen/xend/XendRoot.py
tools/python/xen/xend/server/SrvDaemon.py
tools/python/xen/xend/server/blkif.py
tools/python/xen/xend/server/console.py
tools/python/xen/xend/server/domain.py
tools/python/xen/xend/server/netif.py
tools/python/xen/xend/server/params.py